home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
soft
/
fvsetup.exe
/
{app}
/
fv.dll
/
scripts
/
DefineButton2_71
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2003-01-24
|
173b
|
13 lines
on(release){
i = "1";
while("9" >= i)
{
tellTarget("/" add i)
{
gotoAndStop(1);
}
i += "1";
}
gotoAndPlay(36);
}